home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / doc / telnet.doc < prev    next >
Text File  |  1994-04-20  |  2KB  |  64 lines

  1.  
  2. telnet                  AmiTCP/IP User Commands                 telnet
  3.  
  4. NAME
  5.         telnet -- Network Virtual Terminal program for logging to a
  6.                   remote host
  7.  
  8. SYNOPSIS
  9.         telnet HOST/A,SERVICE
  10.  
  11. DESCRIPTION
  12.         Telnet communicated with another host using TELNET protocol.
  13.  
  14.         Once a connection has been opened, telnet enters input mode.
  15.         In this mode, text typed is sent to the remote host.  The
  16.         input mode entered will be either "character at a time" or
  17.         "line by line" depending on what the remote system supports.
  18.  
  19.         In "character at a time" mode, most text typed is immediately
  20.         sent to the remote host for processing.
  21.  
  22.         In "line by line" mode, all text is echoed locally, and only
  23.         completed lines are sent to the remote host. This version of
  24.         telnet uses the COOKED mode of interface handler to provide
  25.         locally echoed line by line mode.
  26.  
  27.         While connected to a remote host, telnet command mode may be
  28.         entered by typing the telnet "escape character". That is
  29.         `^C' (control-c) when operating in line-by-line mode and `^]'
  30.         (control-right-bracket)) in character mode.
  31.         This version of telnet has a simple one-character command
  32.         options, which are the following:
  33.  
  34.                 ^]  -- send ctrl-], only available at character mode.
  35.  
  36.                  r  -- resume session, continues the session normally.
  37.  
  38.                  q  -- quit telnet. closes connection and exits.
  39.  
  40.                  c  -- tries to enter character mode. remote host may
  41.                                                 forbid this.
  42.  
  43.                  l  -- enters line-by-line mode.
  44.  
  45.                  ?  -- shows this command list on user's terminal.
  46.  
  47.  
  48.         Telnet may fail when user has written an unknown hostname or
  49.         service. There is a possibility that TCP/IP is not running
  50.         or TCP: not mounted. 
  51.  
  52. REQUIREMENTS
  53.         Inet-handler 1.73 (or newer) must be mounted as TCP: in your
  54.         machine and you must be running inet-handler compatible TCP/IP
  55.         protocol stack such as AmiTCP/IP.
  56.  
  57. AUTHOR
  58.         Tomi Ollila <Tomi.Ollila@hut.fi>
  59.  
  60. COPYRIGHT 
  61.         Copyright © 1994 AmiTCP/IP Group, <AmiTCP-group@hut.fi>, 
  62.         Helsinki University of Technology, Finland.
  63.  
  64.